From: Len Brown Date: Thu, 9 Jun 2016 13:52:05 +0000 (+0200) Subject: mwait-idle: add KBL support X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~991 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=1008063e1cd15257875b9db18eede710077adea5;p=xen.git mwait-idle: add KBL support KBL is similar to SKL Signed-off-by: Len Brown [Linux commit: 3ce093d4de753d6c92cc09366e29d0618a62f542] Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/xen/arch/x86/cpu/mwait-idle.c b/xen/arch/x86/cpu/mwait-idle.c index d51f3fd997..fee78254e6 100644 --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -825,6 +825,8 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = { ICPU(0x56, bdw), ICPU(0x4e, skl), ICPU(0x5e, skl), + ICPU(0x8e, skl), + ICPU(0x9e, skl), ICPU(0x55, skx), ICPU(0x57, knl), {}